home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Music / PLAY / superplay-lib / Install_Libs.script < prev    next >
Text File  |  1995-11-02  |  509b  |  26 lines

  1. ; $VER: Install_Libs.script V1.2 (27.2.94)
  2. ; © 1993-94 by Andreas R. Kleinert.
  3. ; This is the Installer Script for superplay.library V1+
  4.  
  5. (copylib
  6.   (prompt "Installing superplay.library to LIBS: ...")
  7.   (help @copylib-help)
  8.   (source "libs/superplay.library")
  9.   (dest "LIBS:")
  10.   (confirm)
  11. )
  12.  
  13. (makedir "LIBS:spobjects")
  14.  
  15. (copyfiles
  16.   (prompt "Installing spobjects to LIBS:spobjects ...")
  17.   (help @copyfiles-help)
  18.   (source "libs/spobjects")
  19.   (dest "LIBS:spobjects")
  20.   (pattern "#?")
  21.   (files)
  22.   (confirm)
  23. )
  24.  
  25.  
  26.